func mime.consumeToken
5 uses
mime (current package)
mediatype.go#L104: typ, rest := consumeToken(s)
mediatype.go#L114: subtype, rest := consumeToken(rest[1:])
mediatype.go#L266: func consumeToken(v string) (token, rest string) {
mediatype.go#L287: return consumeToken(v)
mediatype.go#L329: param, rest = consumeToken(rest)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |